1.The link step resolves interfile dependencies, such as linking a function call in one file to a function definition contained in a second file.
1.链接步骤解件间
依赖,
将一个
件
数调用链接到另一个
件
数定义。
声明:以上例句、词性分类均由互联网资源自动生成,部分未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。
18.An area of memory that contains a last-in-first-out queue of storage for parameters, automatic variables, return addresses, and other information that must be maintained across function calls. In multitasking situations, each task generally has its own stack.
一个包含后进先出队列内存区域,用来存储参数、自动变量、返回地址和其他一些必须在
数
用中进行维护
信息。在多任务情况下,每一个任务一般都有自己
堆栈区。